home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Winter / The Apple Reference & Presentations Library CD Winter 93 - Partner Edition.7z / Image.iso / Applications / Technical Publishing / Aldus PageMaker 4.2 / Aldus / PPDs / OL830525.PPD < prev    next >
Text File  |  1991-12-05  |  16KB  |  420 lines

  1. *% Adobe Systems PostScript(R) PostScript(R) Printer Description File
  2. *% For "OL830" version 52.5
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990, 1991 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 013732 or 014151
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 4 April 1991
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.0"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(OL830)"
  20. *PSVersion: "(52.5) 0"
  21. *NickName: "Oki OL830/PS v52.5"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "435616"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: True
  28. *?FileSystem: "
  29. save 
  30.   /initializedisk where{pop(True)}{(False)} ifelse = flush
  31. restore
  32. "
  33. *End
  34. *Throughput: "8"
  35. *Password: "0"
  36. *ExitServer: "
  37.   count 0 eq {  % is the password on the stack?
  38.     true 
  39.   }{
  40.     dup    % potential password
  41.     statusdict begin checkpassword end not 
  42.   } ifelse 
  43.   {  %  if no password or not valid 
  44.     (WARNING : Cannot perform the exitserver command.) = 
  45.     (Password supplied is not valid.) = 
  46.     (Please contact the author of this software.) = flush
  47.     quit 
  48.   } if 
  49.   serverdict begin exitserver
  50. "
  51. *End
  52.  
  53. *Reset: "
  54.   count 0 eq {  % is the password on the stack?
  55.     true 
  56.   }{
  57.     dup    % potential password
  58.     statusdict begin checkpassword end not 
  59.   } ifelse 
  60.   {  %  if no password or not valid 
  61.     (WARNING : Cannot reset printer.) = 
  62.     (Password supplied is not valid.) = 
  63.     (Please contact the author of this software.) = flush
  64.     quit 
  65.   } if 
  66.   serverdict begin exitserver
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush
  69. "
  70. *End
  71.  
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74. save
  75.   initgraphics
  76.   0 0 moveto currentpoint matrix defaultmatrix transform
  77.   0 72 lineto currentpoint matrix defaultmatrix transform
  78.   3 -1 roll sub dup mul
  79.   3 1 roll exch sub dup mul
  80.   add sqrt round cvi
  81.   (          ) cvs print (dpi) = flush
  82. restore
  83. "
  84. *End
  85.  
  86. *% Halftone Information ===============
  87. *ScreenFreq: "60.0"
  88. *ScreenAngle: "45.0"
  89. *DefaultScreenProc: Dot
  90. *ScreenProc Dot: "
  91. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  92. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  93. "
  94. *End
  95. *ScreenProc Line: "{ pop }"
  96. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  97.  
  98. *DefaultTransfer: Null
  99. *Transfer Null: "{ }"
  100. *Transfer Null.Inverse: "{ 1 exch sub }"
  101.  
  102. *% Paper Handling ===================
  103.  
  104. *% Use these entries to set paper size most of the time, unless there is
  105. *% specific reason to use PageRegion or PaperTray.
  106. *DefaultPageSize: Letter
  107. *PageSize Letter: "statusdict begin lettertray end"
  108. *PageSize Legal: "statusdict begin legaltray end"
  109. *PageSize Executive: "statusdict begin executivetray end"
  110. *PageSize A4: "statusdict begin a4tray end"
  111. *PageSize A5: "statusdict begin a5tray end"
  112. *PageSize B5: "statusdict begin b5tray end"
  113. *PageSize Envelope.297.684/Comm #10 Envelope:"statusdict begin com10tray end"
  114. *PageSize Envelope.312.624/DL Envelope:"statusdict begin dltray end"
  115. *PageSize Envelope.459.649/C5 Envelope:"statusdict begin c5tray end"
  116. *PageSize Envelope.279.540/Monarch Envelope:"statusdict begin monarchtray end"
  117. *?PageSize: "
  118.  save statusdict begin
  119.   10 dict begin
  120.    /letter (Letter) def 
  121.    /legal (Legal) def
  122.    /executivepage (Executive) def
  123.    /a4 (A4) def
  124.    /a5 (A5) def 
  125.    /b5 (B5) def 
  126.    /com10 (Envelope.297.684/Comm #10 Envelope) def
  127.    /dl (Envelope.312.624/DL Envelope) def
  128.    /c5 (Envelope.459.649/C5 Envelope) def
  129.    /monarch (Envelope.279.540/Monarch Envelope) def
  130.    papersize {
  131.      {load exec} stopped not{= flush}if
  132.    }{
  133.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  134.    }ifelse
  135.   end
  136.  end restore
  137. "
  138. *End
  139.  
  140. *% These entries will set up the frame buffer. Usually used with manual feed.
  141. *DefaultPageRegion: A4
  142. *PageRegion Letter: "letter"
  143. *PageRegion Legal: "legal"
  144. *PageRegion Executive: "executivepage"
  145. *PageRegion A4: "a4"
  146. *PageRegion A5: "a5"
  147. *PageRegion B5: "b5"
  148. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10"
  149. *PageRegion Envelope.312.624/DL Envelope: "dl"
  150. *PageRegion Envelope.459.649/C5 Envelope: "c5"
  151. *PageRegion Envelope.279.540/Monarch Envelope: "monarch"
  152.  
  153. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  154. *% These errors should be trapped by software and a message displayed
  155. *DefaultPaperTray: None
  156. *PaperTray Letter: "statusdict begin lettertray end"
  157. *PaperTray Legal: "statusdict begin legaltray end"
  158. *PaperTray Executive: "statusdict begin executivetray end"
  159. *PaperTray A4: "statusdict begin a4tray end"
  160. *PaperTray A5: "statusdict begin a5tray end"
  161. *PaperTray B5: "statusdict begin b5tray end"
  162. *PaperTray Envelope.297.684/Comm #10 Envelope: "statusdict begin com10tray end"
  163. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dltray end"
  164. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin c5tray end"
  165. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarchtray end"
  166. *?PaperTray: "
  167.  save statusdict begin
  168.    10 dict begin
  169.    /letter (Letter) def 
  170.    /legal (Legal) def
  171.    /executivepage (Executive) def
  172.    /a4 (A4) def
  173.    /a5 (A5) def 
  174.    /b5 (B5) def
  175.    /com10 (Envelope.297.684/Comm #10 Envelope) def
  176.    /dl (Envelope.312.624/DL Envelope) def
  177.    /c5 (Envelope.459.649/C5 Envelope) def
  178.    /monarch (Envelope.279.540/Monarch Envelope) def
  179.    papersize {
  180.      {load exec} stopped not{= flush}if
  181.    }{
  182.      {load exec} stopped not{print (.Transverse) = flush}if
  183.    }ifelse
  184.   end
  185.  end restore
  186. "
  187. *End
  188.  
  189. *% The following entries provide information about specific paper keywords.
  190. *DefaultImageableArea: Letter
  191. *ImageableArea Letter: "8 8 606 779 "
  192. *ImageableArea Legal: "8 8 606 995 "
  193. *ImageableArea Executive: "8 8 513 743"
  194. *ImageableArea A4: "8 8 586 828 "
  195. *ImageableArea A5: "8 8 410 582 "
  196. *ImageableArea B5: "8 8 506 715 "
  197. *ImageableArea Envelope.297.684/Comm #10 Envelope: "8 8 287 671"
  198. *ImageableArea Envelope.279.540/Monarch Envelope: "8 8 271 527"
  199. *ImageableArea Envelope.312.624/DL Envelope: "8 8 302 610"
  200. *ImageableArea Envelope.459.649/C5 Envelope: "8 8 452 636"
  201. *?ImageableArea: "
  202.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  203.   newpath clippath pathbbox
  204.   4 -2 roll exch 2 {ceiling cvp} repeat
  205.   exch 2 {floor cvp} repeat flush
  206.  restore
  207. "
  208. *End
  209.  
  210. *% These provide the physical dimensions of the paper (by keyword)
  211. *DefaultPaperDimension: A4
  212. *PaperDimension Letter: "612 792"
  213. *PaperDimension Legal: "612 1008"
  214. *PaperDimension Executive: "522 756"
  215. *PaperDimension A4: "595 842"
  216. *PaperDimension A5: "420 595"
  217. *PaperDimension B5: "516 729"
  218. *PaperDimension Envelope.297.684/Comm #10 Envelope:"297 684"
  219. *PaperDimension Envelope.312.624/DL Envelope:"312 624"
  220. *PaperDimension Envelope.459.649/C5 Envelope:"459 649"
  221. *PaperDimension Envelope.279.540/Monarch Envelope:"279 540"
  222.  
  223. *DefaultOutputOrder: Normal
  224. *DefaultOutputBin: OnlyOne
  225. *DefaultInputSlot:  Upper
  226.  
  227. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  228. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  229. *?InputSlot: "
  230.  save statusdict begin
  231.   2 dict begin
  232.    /0 (Upper) def
  233.    /1 (Lower) def
  234.    papertray 
  235.      {( ) cvs cvn load exec} stopped not{= flush}if
  236.   end
  237.  end restore
  238. "
  239. *End
  240.  
  241. *DefaultManualFeed: False
  242. *?ManualFeed: "
  243.   statusdict /manualfeed get
  244.   {(True)}{(False)}ifelse = flush"
  245. *End
  246. *ManualFeed True: "statusdict begin /manualfeed true store end"
  247. *ManualFeed False: "statusdict begin /manualfeed false store end"
  248.  
  249. *% Font Information =====================
  250.  
  251. *DefaultFont: Courier
  252. *Font Courier: Standard "(001.004)"
  253. *Font Courier-Bold: Standard "(001.004)"
  254. *Font Courier-BoldOblique: Standard "(001.004)"
  255. *Font Courier-Oblique: Standard "(001.004)"
  256. *Font Helvetica: Standard "(001.002)"
  257. *Font Helvetica-Bold: Standard "(001.002)"
  258. *Font Helvetica-BoldOblique: Standard "(001.002)"
  259. *Font Helvetica-Narrow: Standard "(001.002)"
  260. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  261. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  262. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  263. *Font Helvetica-Oblique: Standard "(001.002)"
  264. *Font Symbol: Special "(001.003)"
  265. *Font Times-Bold: Standard "(001.002)"
  266. *Font Times-BoldItalic: Standard "(001.004)"
  267. *Font Times-Italic: Standard "(001.002)"
  268. *Font Times-Roman: Standard "(001.002)"
  269.  
  270. *?FontQuery: "
  271. save  4 dict begin /sv exch def
  272. /str (fonts/                              ) def
  273. /st2 128 string def
  274. {
  275.   count 0 gt {
  276.     dup st2 cvs (/) print print (:) print
  277.     dup FontDirectory exch known {pop (Yes)}{
  278.      str exch st2 cvs dup length /len exch def
  279.      6 exch putinterval str 0 len 6 add getinterval mark exch
  280.      { } st2 filenameforall counttomark 0 gt {
  281.       cleartomark (Yes)}{cleartomark (No)}ifelse
  282.     }ifelse = flush
  283.   }{ exit } ifelse
  284. } bind loop
  285. (*) = flush
  286. sv end restore
  287. "
  288. *End
  289.  
  290. *?FontList: "
  291. save  2 dict begin /sv exch def
  292. /str 128 string def
  293. FontDirectory { pop == } bind forall flush
  294. /filenameforall where { 
  295.  pop save (fonts/*) { 
  296.   dup length 6 sub 6 exch getinterval cvn == 
  297.  } bind str filenameforall flush restore
  298. } if 
  299. (*) = flush
  300. sv end restore
  301. "
  302. *End
  303.  
  304. *% Printer Messages (verbatim from printer):
  305.  
  306. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  307. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  308. *Message: "\FontName\ not found, using Courier"
  309.  
  310. *%Status (format: %%[ status: <one of these> ]%% )
  311.  
  312. *Status: "idle"
  313. *Status: "busy"
  314. *Status: "waiting"
  315. *Status: "printing"
  316. *Status: "warming up"
  317. *Status: "Printer Error: ERROR ENGINE"
  318. *Status: "Printer Error: ERROR ENGINE FAN"
  319. *Status: "Printer Error: ERROR ENGINE FUSER"
  320. *Status: "Printer Error: ERROR OPTION RAM"
  321. *Status: "Printer Error: ERROR RESIDENT RAM"
  322. *Status: "Printer Error: ERROR EEPROM"
  323. *Status: "Printer Error: ERROR PROGRAM ROM"
  324. *Status: "Printer Error: COVER OPEN"
  325. *Status: "Printer Error: PAPER JAM TRAY1"
  326. *Status: "Printer Error: PAPER JAM TRAY2"
  327. *Status: "Printer Error: PAPER FEED JAM TRAY1"
  328. *Status: "Printer Error: PAPER FEED JAM TRAY2"
  329. *Status: "Printer Error: PAPER OUT TRAY1"
  330. *Status: "Printer Error: PAPER OUT TRAY2"
  331. *Status: "Printer Error: FUSER LIFE"
  332. *Status: "Printer Error: DRUM LIFE"
  333. *Status: "Printer Error: TONER LOW"
  334. *Status: "Printer Error: Image is too light"
  335. *Status: "Printer Error: Image is too dark"
  336. *Status: "Printer Error: Blank page"
  337. *Status: "Printer Error: Full black image"
  338. *Status: "Printer Error: Stains on paper"
  339. *Status: "Printer Error: Cyclic abnormality"
  340. *Status: "Printer Error: Dark vertical lines"
  341. *Status: "Printer Error: White vertical lines"
  342. *Status: "Printer Error: Dirty back ground" 
  343.  
  344. *%Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  345. *Source: "serial9"
  346. *Source: "serial25"
  347. *Source: "AppleTalk"
  348. *Source: "Centronics"
  349.  
  350. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  351. *PrinterError: "ERROR ENGINE"
  352. *PrinterError: "ERROR ENGINE FAN"
  353. *PrinterError: "ERROR ENGINE FUSER"
  354. *PrinterError: "ERROR OPTION RAM"
  355. *PrinterError: "ERROR RESIDENT RAM"
  356. *PrinterError: "ERROR EEPROM"
  357. *PrinterError: "ERROR PROGRAM ROM"
  358. *PrinterError: "COVER OPEN"
  359. *PrinterError: "PAPER JAM TRAY1"
  360. *PrinterError: "PAPER JAM TRAY2"
  361. *PrinterError: "PAPER FEED JAM TRAY1"
  362. *PrinterError: "PAPER FEED JAM TRAY2"
  363. *PrinterError: "PAPER OUT TRAY1"
  364. *PrinterError: "PAPER OUT TRAY2"
  365. *PrinterError: "FUSER LIFE"
  366. *PrinterError: "DRUM LIFE"
  367. *PrinterError: "TONER LOW"
  368. *PrinterError: "Image is too light"
  369. *PrinterError: "Image is too dark"
  370. *PrinterError: "Blank page"
  371. *PrinterError: "Full black image"
  372. *PrinterError: "Stains on paper"
  373. *PrinterError: "Cyclic abnormality"
  374. *PrinterError: "Dark vertical lines"
  375. *PrinterError: "White vertical lines"
  376. *PrinterError: "Dirty back ground" 
  377.  
  378. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  379.  
  380. *% Color Separation Information =====================
  381.  
  382. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  383.  
  384. *InkName: ProcessBlack/Process Black
  385. *InkName: CustomColor/Custom Color
  386. *InkName: ProcessCyan/Process Cyan
  387. *InkName: ProcessMagenta/Process Magenta
  388. *InkName: ProcessYellow/Process Yellow
  389.  
  390. *%  For 60 lpi / 300 dpi  ===============================
  391.  
  392. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  393. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  394. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  395. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  396. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  397.  
  398. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  399. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  400. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  401. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  402. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  403.  
  404. *%  For 53 lpi / 300 dpi  ===============================
  405.  
  406. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  407. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  408. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  409. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  410. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  411.  
  412. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  413. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  414. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  415. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  416. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  417.  
  418.  
  419. *% end of PPD file for OL840